CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - K-means cluster

搜索资源列表

  1. Image-Kmeans

    0下载:
  2. use the k-means algorithm to cluster pixels into a number of clusters representing the texture regions.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1634
    • 提供者:yashar
  1. ex-10

    0下载:
  2. 数据挖掘算法。K-Means聚类数据挖掘算法。该算法是用Java语言编写的-K-Means Cluster
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:5183
    • 提供者:林好
  1. ex-12

    0下载:
  2. K-Means.java K-means分群法(組數資料皆不固定,開小視窗選檔案:A or B or iris,10 runs + output至Excel)-K-Means.java K-means grouping method (the number of data groups, none is fixed, to open a small window, select the file: A or B or iris, 10 runs+ output to Excel)
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:6928
    • 提供者:林好
  1. k_means

    0下载:
  2. 常用的k平均聚类 用于聚类分析 代码实现适用的是matlab-k means cluster applied to cluster analysis coded by matlab
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2017
    • 提供者:李一
  1. kmeans

    1下载:
  2. K-means聚类,支持任意维数的样本和任意K值-K-means cluster
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:5267
    • 提供者:crespo
  1. gak-means3

    1下载:
  2. 基于遗传算法的k-means聚类分析代码 欢迎下载-Based on Genetic Algorithm k-means cluster analysis of the code are welcome to download
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2181
    • 提供者:陈贵龄
  1. kMeansCluster

    0下载:
  2. K Means Cluster Matlab Source Code
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1937
    • 提供者:Wush
  1. kmeans

    0下载:
  2. K-means is a clustering algorithm In the beginning we determine number of cluster K and we assume the centroid or center of these clusters. We can take any random objects as the initial centroids or the first K objects in sequence can also serve a
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1952
    • 提供者:Luis
  1. JavaPrg

    0下载:
  2. 聚类算法Java文件-K-Means Cluster Java.........................
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:26488
    • 提供者:Chenguang
  1. clust

    0下载:
  2. cluster data, use for the such as k means clustring
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:3414
    • 提供者:vinay
  1. k-means-new

    0下载:
  2. 聚类算法的C++实现,实现了一维点的聚类,命令行输入-Clustering algorithm C++ implementation to achieve the one-dimensional point of the cluster, the command line enter
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:548759
    • 提供者:夏治文
  1. KMEANSCLUSTER

    0下载:
  2. 基于C语言的K-means聚类分析,可完成图像分割-C language-based K-means cluster analysis of image segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:29774
    • 提供者:刘钊
  1. K_MeansSeg

    0下载:
  2. KMeans图像聚类分割:用K-Means聚类方法来对图像进行分割。主要是对图像的颜色进行聚类。开发环境:VC6,需要安装OpenCV。-KMeans clustering in image segmentation: with K-Means clustering approach to image segmentation. Mainly the color of the image cluster. Development Environment: VC6, need to install
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2835919
    • 提供者:chenwenlue
  1. K-Means

    0下载:
  2. 数据挖掘k均值聚类 vc++ 环境运行-data minning cluster k-method
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:30162
    • 提供者:lp
  1. k_means_cluster

    1下载:
  2. k均值聚类算法 ,c语言实现 了基于均值的聚类分析,同时增加了多维向量分析功能,使得聚类的收敛速度更快。-k means clustering algorithm, c language implemented based on the mean cluster analysis, while increasing the multi-dimensional vector analysis functions, making the convergence faster clustering.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:328366
    • 提供者:pulutarch
  1. FuzzyKmeanclustering

    0下载:
  2. code for fuzzy k-mean clustering-code for fuzzy k-mean clustering..
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1720
    • 提供者:ketan chaudhari
  1. cluster

    0下载:
  2. The package aims at providing an implementation of k-means Clustering Algorithm in Java. The package does not provide for any UI and it is up to the user to display the output in the required format.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:3235
    • 提供者:ganesh
  1. CPPK-means

    0下载:
  2. K均值聚类首先需要确定聚成几类,然后按照迭代的方法,计算类的重心,然后按照向量和类重心的聚类重新分类,反复重复,直到分类稳定或者重心稳定。-K means clustering first need to identify clustered into several categories, and then follow the iterative method to calculate the focus of the class, and then follow the center of
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:3211
    • 提供者:zdl
  1. KMeans

    0下载:
  2. K均值(K-Means)聚类算法,采用模板方式实现,支持不同类型样本数据。-K-Means cluster algorithm, using template to suport any data type.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-07
    • 文件大小:1059051
    • 提供者:谢宏
  1. kmeans-image-segmentation

    0下载:
  2. K-means算法是一种动态聚类方法,这种方法先选择若干样本作为聚类的中心,在按某种聚类准则(通常采用最小距离原则)使各种样本向各个中心积聚,从而得到初始的分类,然后,判断分类的合理性,如果不合理,就修改分类,如此反复的修改聚类的迭代运算,直到合理为止。-K-means algorithm is a dynamic clustering method, this method, select the number of samples as a cluster center in the clu
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:54544
    • 提供者:wjj
« 1 2 3 4 5 67 8 9 10 11 ... 15 »
搜珍网 www.dssz.com